/*Nice a Day for any one */
/*start Style Each Element in The Web Page*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

/*Container*/
.container {
  width: 80%;
  margin: auto;
}
/*Container*/
/*Start Home*/
article:first-of-type {
  background-image: url("../Image/banner-bg.jpg");
  background-size: 100% 100%;
  width: 100%;
  height: 500px;
  margin-bottom: 5%;
}
.Header_Text {
  width: 40%;
  -webkit-transform: translate(0%, 20%);
  transform: translate(0%, 20%);
  background-color: #f6f6f5;
  padding: 22px;
  opacity: 0.9;
}
.Header_Text h2 {
  margin: 8px 0px 12px 0px;
  color: #1e1e1e;
  opacity: 0.9;
}
.Header_Text hr {
  width: 11%;
  padding: 4px;
  background-color: #1e90ec!important;
  opacity: 1!important;
  margin-bottom: 20px!important;
  border:none;
  outline: none;

}
.Header_Text p {
  font-family: Arial, Helvetica, sans-serif;
  color: #4a4a4a;
  text-transform: capitalize;
  font-size: 0.9rem;
  width: 109%;
  line-height: 25px;
  margin-bottom: 15px;
}
.Header_Text p span {
  color: #007bff;
}
.Header_Text button {
  background-color: #3a8bcd;
  border: none;
  outline: none;
  padding: 16px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 15px;
  margin-bottom: 20px;
}
/*End Home*/

